home *** CD-ROM | disk | FTP | other *** search
/ 3D Games - Real-time Rend…ng & Software Technology / 3D Games - Real-time Rendering & Software Technology.iso / help / html / paralelo.css < prev   
Encoding:
Cascading Style Sheet File  |  2000-02-21  |  1.3 KB  |  83 lines

  1. P  {
  2.     font-family : Verdana, Arial, Helvetica, sans-serif;
  3.     color : black;
  4.     font-size : 10pt;
  5.     margin-left : .5cm;
  6. }
  7.  
  8. H1  {
  9.     font-family : Verdana, Arial, Helvetica, sans-serif;
  10.     color : orange;
  11.     font-size : 18pt;
  12. }
  13.  
  14. H2  {
  15.     font-family : Verdana, Arial, Helvetica, sans-serif;
  16.     font-size : 14pt;
  17.     color : #88879F;
  18. }
  19.  
  20. H2 A  {
  21.     text-decoration : none;
  22.     color : #88879F;
  23. }
  24.  
  25. A  {
  26.     text-decoration : none;
  27.     color : orange;
  28. }
  29.  
  30. UL  {
  31.     list-style-position : outside;
  32.     list-style : circle;
  33.     font-size : 10pt;
  34. ; font-family: Verdana, Arial, Helvetica, sans-serif
  35. }
  36.  
  37. H3  {
  38.     font-weight : bold;
  39.     color : black;
  40.     font-size : 10pt;
  41.     font-family : Verdana, Arial, Helvetica, sans-serif;
  42. }
  43.  
  44. .code  {
  45.     font-family : "Courier New";
  46.     font-size : 10pt;
  47.     color : #000000;
  48.     margin-left : .5cm;
  49.     background-color : #D2D2D2;
  50.     margin-right : .5cm;
  51. ; white-space: nowrap
  52. }
  53.  
  54. H3 A  {
  55.     color : #000000;
  56. }
  57.  
  58. TABLE  {
  59.     font-family : Verdana, Arial, Helvetica, sans-serif;
  60.     font-size : 10pt;
  61.     margin-left : .5cm;
  62. }
  63.  
  64. TH  {
  65.     color : #FFFFFF;
  66.     background-color : #000000;
  67. }
  68.  
  69. P A  {
  70.     font-weight : bold;
  71. }
  72.  
  73. TABLE A  {
  74.     font-weight : bold;
  75.     color : #0000FF;
  76. }
  77.  
  78. A:hover  {
  79.     text-decoration : underline;
  80. }
  81.  
  82. BODY {  background-color: #FFFFFF}
  83.